.a {

    font-family: "Comic Sans MS";
    font-size: 15px;
    font-style: normal;
    color: white;
    text-decoration: none;


}

.a:link, a:visited{

    text-decoration: none;

}


body{

    margin: 0px;
    padding: 0px;
    background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/index/fundo_cabecalho.fw.png);
        
    
}





.bloco_menu {

    float: left;
    width: 100%;
    height: 30px;
    margin-top: 1%;
    margin-left: 0%;

    margin-bottom: 3%;
       

}

.bloco_botoes{
  
    float: left;
    width: 96%;
    height: 70px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10%;
    background-color: darkcyan;
    background-image: url("img/menu.png"); 
}

.bloco_rodape {

    float: left;
    width: 96%;
    height: 5%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3%;
    background-color: darkcyan;


}






@media only screen and (min-width: 796px) {
/*
.bloco {

        float: left;
        width: 40%;
        height: 250px;
        margin-left: 60%;
        margin-right: 1%;
        margin-bottom: 3%;
        margin-top:10%;
        

    }
*/

.bloco_m_sistema{
  
    float: left;
    width: 96%;
    height: 70px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3%;
    background-color: darkcyan;
}

.bloco_rodape_index {

        float: left;
        width: 100%;
        height: 50px;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 0%;
        background-color: transparent;
        text-align: center;


}

.tab_rodape{
                
    width: 100%;
    height: 5%;
    background-color: #136497;
    position: absolute;
    bottom: 0;
    margin-left: 0;
               
    text-align: center;
    color:#fff;
               
                    
                
}


}	